home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 27
/
CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso
/
CUCD
/
PowerPC
/
vbcc
/
machines
/
amigawos
/
libsrc
/
_errors.c
< prev
next >
Wrap
Text File
|
1998-08-02
|
918b
|
41 lines
char *_errors[]={
"",
"general error",
"No such file or directory",
"No such process",
"Interrrupted system call",
"I/O error",
"No such device or address",
"Arg list is too long",
"Exec format error",
"Bad file number",
"No child process",
"No more processes allowed",
"No memory available",
"Access denied",
"Badd address",
"Bulk device required",
"Resource is busy",
"File already exists",
"Cross-device link",
"No such device",
"Is not a directory",
"Is a directory",
"Invalid argument",
"No more files (system",
"No more files (process",
"Not a terminal",
"Text file is busy",
"File is too large",
"No space left",
"Seek issued to pipe",
"Read-only file system",
"Too many links",
"Broken pipe",
"Math function argument error",
"Math function result is out of range"
};